home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / CRS / crs53.d81 / 28may87s.pma / MAKESYS.DOC < prev    next >
Text File  |  1979-12-31  |  2KB  |  64 lines

  1.      MAKESYS.DOC      08May87 CP/M 3.0 on the Commodore 128     28May87
  2.  
  3.      To generate a new  CPM+.SYS file used by CP/M on the Commodore 128
  4. follow the procedure listed below.  You will need a 1581 disk drive for
  5. this task.  Without a 1581,  you will have to make modifications to the
  6. procedure to suit your system (refer to the MAKESYS instructions on the
  7. 5.25" diskette that accompanies the DRI manual offer).  If you're lucky
  8. enough to possess a 1750 RAM expander,  you could use it  (drive M:) in
  9. place of the 1581 work disk. This procedure requires a 400K work space.
  10.  
  11. 1.   Create a 1581 work diskette, using the FORMAT  utility,  or  start
  12.      with an empty RAMdisk (drive M:).
  13.  
  14. 2.   Copy the following files to the work disk,  using the PIP utility:
  15.  
  16.      From USER 0:    (these are the utilities you will need)
  17.                     RMAC.COM
  18.                     MAC.COM
  19.                     LINK.COM
  20.                     GENCPM.COM
  21.                     ADDBIOS.COM
  22.                     SUBMIT.COM
  23.  
  24.      From USER 1:    (these are the data files)
  25.                     CX80.ASM
  26.                     CXDISK.ASM
  27.                     CXEM.ASM
  28.                     CXEXT.ASM
  29.                     CXINTR.ASM
  30.                     CXIO.ASM
  31.                     CXKEY.ASM
  32.                     CXKRNL.ASM
  33.                     CXKYCODE.ASM
  34.                     CXPRINTE.ASM
  35.                     CXRAMDSK.ASM
  36.                     CXSCB.ASM
  37.                     CXVT.ASM
  38.                     FAST8502.ASM
  39.  
  40.                     CPM3.LIB
  41.                     CXEQU.LIB
  42.                     MODEBAUD.LIB
  43.                     X6502.LIB
  44.                     Z80.LIB
  45.  
  46.                     BNKBDOS3.SPR
  47.                     RESBDOS3.SPR
  48.  
  49.                     CZ.SUB
  50.                     GENCPM.DAT
  51.  
  52. 3.   Enter 'SUBMIT CZ' and the rest is almost automatic.  Just  answer
  53.      'Y'  to  all  the  ERASE?  prompts.
  54.  
  55. 4.   When the process is complete,  you will have a CPM+.SYS file that
  56.      you can copy to any disk from which you want to be able to  boot.
  57.      You also need to copy the  Console  Command  Processor  (CCP.COM)
  58.      from USER 0 to the disk from which you want to boot.
  59.  
  60. 5.   Details  regarding  System  Generation  can  be  found in the DRI
  61.      System Guide. There are several differences to be noted, however,
  62.      such as somewhat different module names and the implementation of
  63.      system utilities such as COPYSYS and CPMLDR.
  64.